home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Auge 4000 / Auge 4000 #47 (1990-06-22)(Amiga User Gruppe Einzugsgebiet 4000).zip / Auge 4000 #47 (1990-06-22)(Amiga User Gruppe Einzugsgebiet 4000).adf / arp-pro1.3 / OLD_MANUAL / Puts < prev    next >
Text File  |  1990-06-22  |  728b  |  67 lines

  1.  
  2.  
  3.  
  4.      Puts(31.0)          ARP Programmers Library        Puts(31.0)
  5.  
  6.  
  7.  
  8.      NAME
  9.       Puts - Print string with newline on stdout.
  10.  
  11.      SYNOPSIS
  12.       BOOL = Puts("string")
  13.        d0          a1
  14.  
  15.      FUNCTION
  16.       Writes a string to stdout, and then writes a terminating
  17.       newline.  This is currently implemented as Printf("%s0,
  18.       string).
  19.  
  20.      INPUTS
  21.       string - pointer to ascii string. (null terminated) String
  22.           may be null, in which    case a newline only will be
  23.           displayed.
  24.  
  25.      RESULT
  26.       See FPrintf page for more information    - note that this
  27.       function always trys to write    a newline.
  28.  
  29.      BUGS
  30.       None known.
  31.  
  32.      SEE ALSO
  33.       Printf, FPrintf.
  34.  
  35.      AUTHOR
  36.       SDB
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.      Page 1                         (printed 2/22/88)
  64.  
  65.  
  66.  
  67.